home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / win_utl1 / ls_nt16.zip / README.TXT < prev   
Text File  |  1996-01-28  |  3KB  |  66 lines

  1. ls - version 1.6    1996-01-28
  2.  
  3.  
  4.      This program can be freely distributed and used as long as it is
  5.      not sold or made part of any commercial product. No responsibility
  6.      is taken for the program, for its output, correctness etc. Use it
  7.      on your own risk.
  8.  
  9.      If you want to be notified when (if?) new versions are released,
  10.      send me an e-mail and I will add you to my mailing list.
  11.      Comments, suggestions and bug reports can be sent to:
  12.  
  13.         olovsson@ce.chalmers.se
  14.  
  15.      Tomas Olovsson,
  16.      Dept of Computer Engineering
  17.      Chalmers University of Technology
  18.      Gothenburg
  19.      Sweden
  20.  
  21.  
  22. HISTORY:
  23.  
  24.   Ver 1.6:  Minor fix for NTFS-files without access list
  25.         With of username field now dynamic
  26.         No lookup of group names when -g not specified
  27.         Prints "(no owner)" for files owned by deleted accounts
  28.         Better error messages on unavailable network drives
  29.         Width of output window is now checked and used
  30.  
  31.   Ver 1.5:  Fixed output for very long account names
  32.          Problems with some international account names fixed
  33.          Support for compressed files (c attribute recognized)
  34.          -z flag works without -l
  35.  
  36.   Ver 1.4:  Better error messages on fatal I/O errors
  37.          Fixed msg "GetFileSecurity failed" on non-NTFS filesystems
  38.          Fixed output problem when ls runs into "Access denied"
  39.         Minor fix with error messages when executed under Win95
  40.  
  41.   Ver 1.3:  Now only displays the owner's name on NTFS file systems
  42.             Fixed illegal memory access when too many * are present
  43.  
  44.   Ver 1.2:  Fixed illegal memory access problem under NT 3.5
  45.         Current dir sometimes listed when * or ? didn't match
  46.         Now exits when too many files match * or ?
  47.         Recognizes if invoked as ll and acts like ls -l
  48.         Looks for options in environment variable LSFLAGS
  49.         Exits on IO error during write (ls -lR / | head)
  50.         Longer help text added for -h option
  51.         Option -L (force lower case) only affects FAT file systems
  52.         Option -I ignores case when files are sorted
  53.         Options -g and -G added
  54.  
  55.   Ver 1.1:  File globbing added / wild-cards allowed in search path
  56.          "ls c:" now shows current directory on drive C
  57.         A trailing "/" is accepted in file and directory arguments
  58.         "-F" option fixed (it used to set the -g option...)
  59.         No multiple error messages if GetFileSecurity fails
  60.         "-1" option was broken (same for redirrected output)
  61.         Total field added for "-l" option
  62.  
  63.   Ver 1.0:  First public version. Released when I realized it could be
  64.         useful to more people than me.
  65.  
  66.